-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
macfuse: add fs_link variant #28398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macfuse: add fs_link variant #28398
Conversation
Notifying maintainers: |
I can also put this into a variant if we don't want to violate mtree by default. |
A user might have installed macFUSE from their website. We don't want to mess with that. It's this way on purpose. |
This step needs to only be done once and never again. I don't think we need a variant for it. |
All files being handled my MacPorts would eliminate the possibility of a broken symlink if the user removes the port. Also better user experience. |
acd1276
to
4254609
Compare
4062e24
to
12404d5
Compare
@mohd-akram I added a few clean up steps in destroot to remove more unneeded files. Are you okay with the changes here? |
ca7c7a3
to
d9c5895
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Description
Type(s)
Tested on
macOS x.y
Xcode x.y / Command Line Tools x.y.z
Verification
Have you
port lint
?sudo port test
?sudo port -vst install
?